Extend documentation on maintenance scripts
[lhc/web/wiklou.git] / index.php
index 45dbb07..ba9799f 100644 (file)
--- a/index.php
+++ b/index.php
@@ -94,7 +94,7 @@ $title = $wgRequest->getVal( 'title' );
 # Send Ajax requests to the Ajax dispatcher.
 #
 if ( $wgUseAjax && $action == 'ajax' ) {
-       require_once( 'ajax.php' );
+       require_once( 'AjaxDispatcher.php' );
 
        $dispatcher = new AjaxDispatcher();
        $dispatcher->performAction();